home *** CD-ROM | disk | FTP | other *** search
- XRef-Tools/ExpungeXRef XRef-Tools/ExpungeXRef
-
- $VER: expungexref.doc 1.7 (24.09.94)
-
- NAME
- ExpungeXRef - expunge a given file,category or all xreffiles
-
- TEMPLATE
- CATEGORY,FILE/K,FORCE/S,VERBOSE/S
-
- FORMAT
- ExpungeXRef [[CATEGORY] category] [FILE xreffile] [FORCE] [VERBOSE]
-
- FUNCTION
- this command expunges a/some xreffiles from memory.If no category or
- file is specified all xreffiles are removed. If you turn on the switch
- FORCE, xreffiles are also removed, which are locked.
-
- INPUTS
- CATEGORY (STRING) - category of xreffiles to expunge. Can be a pattern.
-
- FILE (STRING) - only expunge the file given here
-
- FORCE (BOOLEAN) - expunge also such files, which are protected via the
- LOCK mechanism
-
- VERBOSE (BOOLEAN) - show each file, which is expunged !
-
- EXAMPLE
- the following example expunges only the xreffile mytools.xref in the
- global xref drawer , even it is locked or not :
-
- ExpungeXRef FILE mytools.xref FORCE
-
- SEE ALSO
- LoadXRef, xref.library/XR_ExpungeXRef(), xref.library/XR_LoadXRef()
-
- HISTORY
- ExpungeXRef 1.7 (24.9.94) :
- - now displays xreffiles, which aren't expunged due to a lock
-
- ExpungeXRef 1.6 (7.9.94) :
- - workbench support added
-
- ExpungeXRef 1.5 (3.9.94) :
- - VERBOSE option added
-
- ExpungeXRef 1.4 (6.7.94) :
- - xref.library function names changed
-
- ExpungeXRef 1.3 (28.5.94) :
- - FILE argument added
-
-